From b48389f36f9756ff75969ab3cb10ee520e3a0bfb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 9 Oct 2001 23:29:46 +0000 Subject: [PATCH] Update. * gtk/tmpl/gtkcalendar.sgml, gtk/tmpl/gtkeditable.sgml: Update. --- docs/reference/ChangeLog | 2 ++ docs/reference/gtk/tmpl/gtkcalendar.sgml | 44 ++++++++++++------------ docs/reference/gtk/tmpl/gtkeditable.sgml | 10 +++--- 3 files changed, 29 insertions(+), 27 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a011803e9d..1bfc39b4c5 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,7 @@ 2001-10-10 Matthias Clasen + * gtk/tmpl/gtkcalendar.sgml, gtk/tmpl/gtkeditable.sgml: Update. + * gdk-pixbuf/gdk-pixbuf.sgml: Add entity for tmpl/inline.sgml. * gdk-pixbuf/tmpl/inline.sgml: Update. diff --git a/docs/reference/gtk/tmpl/gtkcalendar.sgml b/docs/reference/gtk/tmpl/gtkcalendar.sgml index 8beb64a452..2848833d6b 100644 --- a/docs/reference/gtk/tmpl/gtkcalendar.sgml +++ b/docs/reference/gtk/tmpl/gtkcalendar.sgml @@ -15,8 +15,8 @@ gtk_calendar_select_month(). The exact day can be selected from the displayed month using gtk_calendar_select_day(). -FIXME: (check)To place a visual marker on a particular day, use -gtk_calendar_mark_day() and to remove the marker, gtk_calendar_unmark_day(). +To place a visual marker on a particular day, use gtk_calendar_mark_day() +and to remove the marker, gtk_calendar_unmark_day(). Alternative, all marks can be cleared with gtk_calendar_clear_marks(). @@ -97,7 +97,7 @@ the calendar. -Creates a new calendar. FIXME:default date. +Creates a new calendar, with the current date being selected. @Returns: a #GtkCalendar. @@ -111,7 +111,7 @@ Shifts the calendar to a different month. @calendar: a #GtkCalendar. @month: a month number. @year: the year the month is in. -@Returns: FIXME. +@Returns: %TRUE. @@ -125,50 +125,50 @@ Selects a day from the current month. - +Places a visual marker on a particular day. -@calendar: -@day: -@Returns: +@calendar: a #GtkCalendar. +@day: the day number to mark. +@Returns: %TRUE. - +Removes the visual marker from a particular day. -@calendar: -@day: -@Returns: +@calendar: a #GtkCalendar. +@day: the day number to unmark. +@Returns: %TRUE. - +Remove all visual markers. -@calendar: +@calendar: a #GtkCalendar. - +Sets display options (whether to display the heading and the month headings). -@calendar: -@flags: +@calendar: a #GtkCalendar. +@flags: the display options to set. - +Obtains the selected date from a #GtkCalendar. -@calendar: -@year: -@month: -@day: +@calendar: a #GtkCalendar. +@year: location to store the year number. +@month: location to store the month number. +@day: location to store the day number. diff --git a/docs/reference/gtk/tmpl/gtkeditable.sgml b/docs/reference/gtk/tmpl/gtkeditable.sgml index 05238afeea..139918a78c 100644 --- a/docs/reference/gtk/tmpl/gtkeditable.sgml +++ b/docs/reference/gtk/tmpl/gtkeditable.sgml @@ -109,13 +109,13 @@ of the text. - +Gets the current selection bounds, if there is a selection. -@editable: -@start: -@end: -@Returns: +@editable: a #GtkEditable widget. +@start: location to store the starting position, or %NULL. +@end: location to store the end position, or %NULL. +@Returns: %TRUE if there is a selection. -- 2.30.2